Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: fixed build for uiweb #854

Merged
merged 1 commit into from
Nov 16, 2023
Merged

fix: fixed build for uiweb #854

merged 1 commit into from
Nov 16, 2023

Conversation

mishramonalisha76
Copy link
Contributor

No description provided.

Copy link

File: .husky/pre-commit

  • The file seems to be a pre-commit hook script for Git.
  • The script runs some yarn commands: "yarn cleanbuild", "yarn nx affected --target=lint", and "yarn nx affected --target=test".
  • No issues found. All looks good.

File: packages/examples/sdk-frontend-react/src/app/ChatSupportTest.tsx

  • No syntactical or logical errors found in the code.
  • The code imports necessary modules and components.
  • The ChatSupportTest component receives props and renders the SupportChat component with the provided props.
  • No issues found. All looks good.

File: packages/uiweb/src/lib/components/supportChat/Modal.tsx

  • The file is empty. Please check if the code is missing or incomplete.
  • Code review cannot be performed as there is no code to review.

File: packages/uiweb/src/lib/helpers/chat/chat.ts

  • No syntactical or logical errors found in the code.
  • The code imports necessary modules and types.
  • There are some incomplete code blocks and missing closing brackets. Please check and complete the code.
  • Code review cannot be completed due to incomplete code blocks.

File: packages/uiweb/src/lib/hooks/useSDKSocket.ts

  • No syntactical or logical errors found in the code.
  • The code imports necessary modules.
  • There are some incomplete code blocks and missing closing brackets. Please check and complete the code.
  • Code review cannot be completed due to incomplete code blocks.

@mohammeds1992 mohammeds1992 merged commit 7e28d59 into main Nov 16, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants